ostree-pull: GOptionEntry must be NULL terminated
authorDiego Escalante Urrelo <diegoe@igalia.com>
Thu, 5 Apr 2012 05:56:29 +0000 (00:56 -0500)
committerColin Walters <walters@verbum.org>
Thu, 5 Apr 2012 13:05:22 +0000 (09:05 -0400)
src/ostree/ostree-pull.c

index 695251fd1f587aeecba3f1e586f0c5977c27af6e..b6a035d870afa7008cd915b15da36f75f143436d 100644 (file)
@@ -31,6 +31,7 @@ gboolean verbose;
 
 static GOptionEntry options[] = {
   { "verbose", 'v', 0, G_OPTION_ARG_NONE, &verbose, "Show more information", NULL },
+  { NULL },
 };
 
 static void